PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardLayoutInlineAlign Enumeration
In This Topic
    PDFStandardLayoutInlineAlign Enumeration
    In This Topic
    Specifies the available values for PDFStandardLayoutAttribute.setInlineAlign method.
    Members
    MemberDescription
    CENTERCentred between the start and end edges.
    ENDAligned with the end edge.
    STARTAligned with the start edge.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.logicalstructure.PDFStandardLayoutInlineAlign

    See Also